3.365 \(\int \frac {x^4 \tanh ^{-1}(a x)}{\sqrt {1-a^2 x^2}} \, dx\)

Optimal. Leaf size=197 \[ -\frac {3 i \text {Li}_2\left (-\frac {i \sqrt {1-a x}}{\sqrt {a x+1}}\right )}{8 a^5}+\frac {3 i \text {Li}_2\left (\frac {i \sqrt {1-a x}}{\sqrt {a x+1}}\right )}{8 a^5}-\frac {3 \tan ^{-1}\left (\frac {\sqrt {1-a x}}{\sqrt {a x+1}}\right ) \tanh ^{-1}(a x)}{4 a^5}-\frac {x^3 \sqrt {1-a^2 x^2} \tanh ^{-1}(a x)}{4 a^2}+\frac {\left (1-a^2 x^2\right )^{3/2}}{12 a^5}-\frac {5 \sqrt {1-a^2 x^2}}{8 a^5}-\frac {3 x \sqrt {1-a^2 x^2} \tanh ^{-1}(a x)}{8 a^4} \]

[Out]

1/12*(-a^2*x^2+1)^(3/2)/a^5-3/4*arctan((-a*x+1)^(1/2)/(a*x+1)^(1/2))*arctanh(a*x)/a^5-3/8*I*polylog(2,-I*(-a*x
+1)^(1/2)/(a*x+1)^(1/2))/a^5+3/8*I*polylog(2,I*(-a*x+1)^(1/2)/(a*x+1)^(1/2))/a^5-5/8*(-a^2*x^2+1)^(1/2)/a^5-3/
8*x*arctanh(a*x)*(-a^2*x^2+1)^(1/2)/a^4-1/4*x^3*arctanh(a*x)*(-a^2*x^2+1)^(1/2)/a^2

________________________________________________________________________________________

Rubi [A]  time = 0.22, antiderivative size = 197, normalized size of antiderivative = 1.00, number of steps used = 7, number of rules used = 5, integrand size = 22, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.227, Rules used = {6016, 266, 43, 261, 5950} \[ -\frac {3 i \text {PolyLog}\left (2,-\frac {i \sqrt {1-a x}}{\sqrt {a x+1}}\right )}{8 a^5}+\frac {3 i \text {PolyLog}\left (2,\frac {i \sqrt {1-a x}}{\sqrt {a x+1}}\right )}{8 a^5}+\frac {\left (1-a^2 x^2\right )^{3/2}}{12 a^5}-\frac {5 \sqrt {1-a^2 x^2}}{8 a^5}-\frac {x^3 \sqrt {1-a^2 x^2} \tanh ^{-1}(a x)}{4 a^2}-\frac {3 x \sqrt {1-a^2 x^2} \tanh ^{-1}(a x)}{8 a^4}-\frac {3 \tan ^{-1}\left (\frac {\sqrt {1-a x}}{\sqrt {a x+1}}\right ) \tanh ^{-1}(a x)}{4 a^5} \]

Antiderivative was successfully verified.

[In]

Int[(x^4*ArcTanh[a*x])/Sqrt[1 - a^2*x^2],x]

[Out]

(-5*Sqrt[1 - a^2*x^2])/(8*a^5) + (1 - a^2*x^2)^(3/2)/(12*a^5) - (3*x*Sqrt[1 - a^2*x^2]*ArcTanh[a*x])/(8*a^4) -
 (x^3*Sqrt[1 - a^2*x^2]*ArcTanh[a*x])/(4*a^2) - (3*ArcTan[Sqrt[1 - a*x]/Sqrt[1 + a*x]]*ArcTanh[a*x])/(4*a^5) -
 (((3*I)/8)*PolyLog[2, ((-I)*Sqrt[1 - a*x])/Sqrt[1 + a*x]])/a^5 + (((3*I)/8)*PolyLog[2, (I*Sqrt[1 - a*x])/Sqrt
[1 + a*x]])/a^5

Rule 43

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*x)^m*(c + d
*x)^n, x], x] /; FreeQ[{a, b, c, d, n}, x] && NeQ[b*c - a*d, 0] && IGtQ[m, 0] && ( !IntegerQ[n] || (EqQ[c, 0]
&& LeQ[7*m + 4*n + 4, 0]) || LtQ[9*m + 5*(n + 1), 0] || GtQ[m + n + 2, 0])

Rule 261

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[(a + b*x^n)^(p + 1)/(b*n*(p + 1)), x] /; FreeQ
[{a, b, m, n, p}, x] && EqQ[m, n - 1] && NeQ[p, -1]

Rule 266

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Dist[1/n, Subst[Int[x^(Simplify[(m + 1)/n] - 1)*(a
+ b*x)^p, x], x, x^n], x] /; FreeQ[{a, b, m, n, p}, x] && IntegerQ[Simplify[(m + 1)/n]]

Rule 5950

Int[((a_.) + ArcTanh[(c_.)*(x_)]*(b_.))/Sqrt[(d_) + (e_.)*(x_)^2], x_Symbol] :> Simp[(-2*(a + b*ArcTanh[c*x])*
ArcTan[Sqrt[1 - c*x]/Sqrt[1 + c*x]])/(c*Sqrt[d]), x] + (-Simp[(I*b*PolyLog[2, -((I*Sqrt[1 - c*x])/Sqrt[1 + c*x
])])/(c*Sqrt[d]), x] + Simp[(I*b*PolyLog[2, (I*Sqrt[1 - c*x])/Sqrt[1 + c*x]])/(c*Sqrt[d]), x]) /; FreeQ[{a, b,
 c, d, e}, x] && EqQ[c^2*d + e, 0] && GtQ[d, 0]

Rule 6016

Int[(((a_.) + ArcTanh[(c_.)*(x_)]*(b_.))^(p_.)*((f_.)*(x_))^(m_))/Sqrt[(d_) + (e_.)*(x_)^2], x_Symbol] :> -Sim
p[(f*(f*x)^(m - 1)*Sqrt[d + e*x^2]*(a + b*ArcTanh[c*x])^p)/(c^2*d*m), x] + (Dist[(b*f*p)/(c*m), Int[((f*x)^(m
- 1)*(a + b*ArcTanh[c*x])^(p - 1))/Sqrt[d + e*x^2], x], x] + Dist[(f^2*(m - 1))/(c^2*m), Int[((f*x)^(m - 2)*(a
 + b*ArcTanh[c*x])^p)/Sqrt[d + e*x^2], x], x]) /; FreeQ[{a, b, c, d, e, f}, x] && EqQ[c^2*d + e, 0] && GtQ[p,
0] && GtQ[m, 1]

Rubi steps

\begin {align*} \int \frac {x^4 \tanh ^{-1}(a x)}{\sqrt {1-a^2 x^2}} \, dx &=-\frac {x^3 \sqrt {1-a^2 x^2} \tanh ^{-1}(a x)}{4 a^2}+\frac {3 \int \frac {x^2 \tanh ^{-1}(a x)}{\sqrt {1-a^2 x^2}} \, dx}{4 a^2}+\frac {\int \frac {x^3}{\sqrt {1-a^2 x^2}} \, dx}{4 a}\\ &=-\frac {3 x \sqrt {1-a^2 x^2} \tanh ^{-1}(a x)}{8 a^4}-\frac {x^3 \sqrt {1-a^2 x^2} \tanh ^{-1}(a x)}{4 a^2}+\frac {3 \int \frac {\tanh ^{-1}(a x)}{\sqrt {1-a^2 x^2}} \, dx}{8 a^4}+\frac {3 \int \frac {x}{\sqrt {1-a^2 x^2}} \, dx}{8 a^3}+\frac {\operatorname {Subst}\left (\int \frac {x}{\sqrt {1-a^2 x}} \, dx,x,x^2\right )}{8 a}\\ &=-\frac {3 \sqrt {1-a^2 x^2}}{8 a^5}-\frac {3 x \sqrt {1-a^2 x^2} \tanh ^{-1}(a x)}{8 a^4}-\frac {x^3 \sqrt {1-a^2 x^2} \tanh ^{-1}(a x)}{4 a^2}-\frac {3 \tan ^{-1}\left (\frac {\sqrt {1-a x}}{\sqrt {1+a x}}\right ) \tanh ^{-1}(a x)}{4 a^5}-\frac {3 i \text {Li}_2\left (-\frac {i \sqrt {1-a x}}{\sqrt {1+a x}}\right )}{8 a^5}+\frac {3 i \text {Li}_2\left (\frac {i \sqrt {1-a x}}{\sqrt {1+a x}}\right )}{8 a^5}+\frac {\operatorname {Subst}\left (\int \left (\frac {1}{a^2 \sqrt {1-a^2 x}}-\frac {\sqrt {1-a^2 x}}{a^2}\right ) \, dx,x,x^2\right )}{8 a}\\ &=-\frac {5 \sqrt {1-a^2 x^2}}{8 a^5}+\frac {\left (1-a^2 x^2\right )^{3/2}}{12 a^5}-\frac {3 x \sqrt {1-a^2 x^2} \tanh ^{-1}(a x)}{8 a^4}-\frac {x^3 \sqrt {1-a^2 x^2} \tanh ^{-1}(a x)}{4 a^2}-\frac {3 \tan ^{-1}\left (\frac {\sqrt {1-a x}}{\sqrt {1+a x}}\right ) \tanh ^{-1}(a x)}{4 a^5}-\frac {3 i \text {Li}_2\left (-\frac {i \sqrt {1-a x}}{\sqrt {1+a x}}\right )}{8 a^5}+\frac {3 i \text {Li}_2\left (\frac {i \sqrt {1-a x}}{\sqrt {1+a x}}\right )}{8 a^5}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.51, size = 160, normalized size = 0.81 \[ \frac {\sqrt {1-a^2 x^2} \left (-\frac {9 i \left (\text {Li}_2\left (-i e^{-\tanh ^{-1}(a x)}\right )-\text {Li}_2\left (i e^{-\tanh ^{-1}(a x)}\right )\right )}{\sqrt {1-a^2 x^2}}-2 a^2 x^2-6 a x \left (a^2 x^2-1\right ) \tanh ^{-1}(a x)-\frac {9 i \tanh ^{-1}(a x) \left (\log \left (1-i e^{-\tanh ^{-1}(a x)}\right )-\log \left (1+i e^{-\tanh ^{-1}(a x)}\right )\right )}{\sqrt {1-a^2 x^2}}-15 a x \tanh ^{-1}(a x)-13\right )}{24 a^5} \]

Warning: Unable to verify antiderivative.

[In]

Integrate[(x^4*ArcTanh[a*x])/Sqrt[1 - a^2*x^2],x]

[Out]

(Sqrt[1 - a^2*x^2]*(-13 - 2*a^2*x^2 - 15*a*x*ArcTanh[a*x] - 6*a*x*(-1 + a^2*x^2)*ArcTanh[a*x] - ((9*I)*ArcTanh
[a*x]*(Log[1 - I/E^ArcTanh[a*x]] - Log[1 + I/E^ArcTanh[a*x]]))/Sqrt[1 - a^2*x^2] - ((9*I)*(PolyLog[2, (-I)/E^A
rcTanh[a*x]] - PolyLog[2, I/E^ArcTanh[a*x]]))/Sqrt[1 - a^2*x^2]))/(24*a^5)

________________________________________________________________________________________

fricas [F]  time = 0.64, size = 0, normalized size = 0.00 \[ {\rm integral}\left (-\frac {\sqrt {-a^{2} x^{2} + 1} x^{4} \operatorname {artanh}\left (a x\right )}{a^{2} x^{2} - 1}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^4*arctanh(a*x)/(-a^2*x^2+1)^(1/2),x, algorithm="fricas")

[Out]

integral(-sqrt(-a^2*x^2 + 1)*x^4*arctanh(a*x)/(a^2*x^2 - 1), x)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {x^{4} \operatorname {artanh}\left (a x\right )}{\sqrt {-a^{2} x^{2} + 1}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^4*arctanh(a*x)/(-a^2*x^2+1)^(1/2),x, algorithm="giac")

[Out]

integrate(x^4*arctanh(a*x)/sqrt(-a^2*x^2 + 1), x)

________________________________________________________________________________________

maple [A]  time = 0.47, size = 175, normalized size = 0.89 \[ -\frac {\sqrt {-\left (a x -1\right ) \left (a x +1\right )}\, \left (6 a^{3} x^{3} \arctanh \left (a x \right )+2 a^{2} x^{2}+9 a x \arctanh \left (a x \right )+13\right )}{24 a^{5}}-\frac {3 i \ln \left (1+\frac {i \left (a x +1\right )}{\sqrt {-a^{2} x^{2}+1}}\right ) \arctanh \left (a x \right )}{8 a^{5}}+\frac {3 i \ln \left (1-\frac {i \left (a x +1\right )}{\sqrt {-a^{2} x^{2}+1}}\right ) \arctanh \left (a x \right )}{8 a^{5}}-\frac {3 i \dilog \left (1+\frac {i \left (a x +1\right )}{\sqrt {-a^{2} x^{2}+1}}\right )}{8 a^{5}}+\frac {3 i \dilog \left (1-\frac {i \left (a x +1\right )}{\sqrt {-a^{2} x^{2}+1}}\right )}{8 a^{5}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^4*arctanh(a*x)/(-a^2*x^2+1)^(1/2),x)

[Out]

-1/24/a^5*(-(a*x-1)*(a*x+1))^(1/2)*(6*a^3*x^3*arctanh(a*x)+2*a^2*x^2+9*a*x*arctanh(a*x)+13)-3/8*I*ln(1+I*(a*x+
1)/(-a^2*x^2+1)^(1/2))*arctanh(a*x)/a^5+3/8*I*ln(1-I*(a*x+1)/(-a^2*x^2+1)^(1/2))*arctanh(a*x)/a^5-3/8*I*dilog(
1+I*(a*x+1)/(-a^2*x^2+1)^(1/2))/a^5+3/8*I*dilog(1-I*(a*x+1)/(-a^2*x^2+1)^(1/2))/a^5

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {x^{4} \operatorname {artanh}\left (a x\right )}{\sqrt {-a^{2} x^{2} + 1}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^4*arctanh(a*x)/(-a^2*x^2+1)^(1/2),x, algorithm="maxima")

[Out]

integrate(x^4*arctanh(a*x)/sqrt(-a^2*x^2 + 1), x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.01 \[ \int \frac {x^4\,\mathrm {atanh}\left (a\,x\right )}{\sqrt {1-a^2\,x^2}} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((x^4*atanh(a*x))/(1 - a^2*x^2)^(1/2),x)

[Out]

int((x^4*atanh(a*x))/(1 - a^2*x^2)^(1/2), x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {x^{4} \operatorname {atanh}{\left (a x \right )}}{\sqrt {- \left (a x - 1\right ) \left (a x + 1\right )}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**4*atanh(a*x)/(-a**2*x**2+1)**(1/2),x)

[Out]

Integral(x**4*atanh(a*x)/sqrt(-(a*x - 1)*(a*x + 1)), x)

________________________________________________________________________________________